-
Notifications
You must be signed in to change notification settings - Fork 5.1k
feat: Add Dutch (nl-NL) translations.json and update config.json #2115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Dutch (nl-NL) translations.json and update config.json #2115
Conversation
|
I encountered one test failure when running python -m pytest, but this issue appears unrelated to my changes. The failing test is: |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@pamelafox Could you review this PR? |
|
@jeannotdamoiseaux Thanks for the PR! A few questions:
|
|
|
Great, tests are passing on CI, so I'll approve and merge once screenshot is available. Thanks so much! |
|
Great, thank you! |
Excellent, thank you! I appreciate it. I’ll have a few more PRs coming your way soon! |

Purpose
This update adds support for the Dutch language in the application. It includes translations of the user interface and labels to Dutch, enabling a more accessible experience for Dutch-speaking users.
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.
Does this require changes to learn.microsoft.com docs?
This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.
Type of change
Code quality checklist
See CONTRIBUTING.md for more details.
python -m pytest).python -m pytest --covto verify 100% coverage of added linespython -m mypyto check for type errorsruffandblackmanually on my code.